ListWithEvents<T> Class

Summary
Represents a strongly typed list of objects that can be accessed by index and fires events when the list is changed.
Syntax
C#
VB
C++
[SerializableAttribute()] 
[DefaultMemberAttribute("Item")] 
public class ListWithEvents<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection 
  
<DefaultMemberAttribute("Item")> 
<SerializableAttribute()> 
Public Class ListWithEvents(Of T)  
   Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
generic<typename T> 
public ref class ListWithEvents : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList   

Type Parameters

T
The type of elements in the list.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.